html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
	text-align: center;

}






.hidden {
	display: none;
}



#page-container {
	width: 777px;
	margin: auto;
	text-align: left;
}

/* Main Navigation */

#main-nav { height: 50px;}
#main-nav dl { margin: 0; padding: 0; }

/* IE5 Mac Hack \*/ 
#main-nav { padding-left: 0px; } 
/*/ 
#main-nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */

#main-nav dt { float: left; }

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:50px; /* IE 5/Win hack */ 
	padding: 50px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}


#main-nav dt a:hover {
	background-position: 0 -50px;
}

#main-nav dt#about,
#main-nav dt#about a { width: 71px; background-image: url(../images/abouttab.gif); }

#main-nav dt#services,
#main-nav dt#services a { width: 84px; background-image: url(../images/servicestab.gif); }

#main-nav dt#portfolio,
#main-nav dt#portfolio a { width: 95px; background-image: url(../images/portfoliotab.gif); }

#main-nav dt#contact,
#main-nav dt#contact a { width: 106px; background-image: url(../images/contacttab.gif); }

body.about dt#about,
body.about dt#about a,
body.about dt#about a:hover,
body.services dt#services,
body.services dt#services a,
body.services dt#services a:hover,
body.portfolio dt#portfolio,
body.portfolio dt#portfolio a,
body.portfolio dt#portfolio a:hover,
body.contact dt#contact,
body.contact dt#contact a,
body.contact dt#contact a:hover {
	background-position: 0 -100px;
}


/*
body.about #header {
	height: 150px;
	background: #db6d16
		    url(../images/about2.jpg);
}

body.contact #header {
	height: 150px;
	background: #db6d16
		    url(../images/about2.jpg);
}

body.services #header {
	height: 150px;
	background: #db6d16
		    url(../images/about2.jpg);
}

body.portfolio #header {
	height: 150px;
	background: #db6d16
		    url(../images/about2.jpg);
}

#header {
	height: 150px;
	background: #db6d16
	            url(../images/about2.jpg);
}
*/

.style2 {	color: #76621A;
	font-weight: bold;
}
.style6 {color: #575757}

#sidebar-a {
	float: right;
	width: 280px;
	line-height: 18px;

}

#sidebar-a .padding {
	padding: 25px;
}

.blog {background-color:#CCCCCC}

#content {
	margin-right: 280px;
	line-height: 18px;

}

/* 

This is the bit I added to make the content go 100% across the page DJ

#contentmain {margin:20px;
				line-height:18:
				}
*/

#content .padding {
	padding: 25px;
}


#footer {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #999999;
	border-top: 1px solid #999999;
	padding: 13px 25px;
	line-height: 18px;
}


#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #db6d16;
}

#footer #altnav {
	clear: both;
	width: 350px;
	float: right;
	text-align: right;
	padding-top: 13px;
}

#footer #copyright {
	padding-top: 13px;
}





#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;

}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;

}

h1 {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 57px;
	padding-right: 31px;
}
